Skip to content

Deploy globalDefaults.cfg and dirac-install.py to egi cvmfs for each push to repo#33

Merged
petricm merged 2 commits into
DIRACGrid:masterfrom
petricm:autocmvfs
Mar 8, 2021
Merged

Deploy globalDefaults.cfg and dirac-install.py to egi cvmfs for each push to repo#33
petricm merged 2 commits into
DIRACGrid:masterfrom
petricm:autocmvfs

Conversation

@petricm

@petricm petricm commented Feb 25, 2021

Copy link
Copy Markdown

Resolves #10
Now each push globalDefaults.cfg and dirac-install.py is deployed to egi cvmfs

@atsareg I have removed the download of this file from the sync_packages.py script that is used for the rest

Requires #32

@petricm petricm requested a review from atsareg February 25, 2021 09:32
@atsareg

atsareg commented Mar 4, 2021

Copy link
Copy Markdown
Contributor

@petricm : You do not have yet a cronjob github action on triggering release syncing in the cvmfs repo ?

@petricm

petricm commented Mar 4, 2021

Copy link
Copy Markdown
Author

@petricm : You do not have yet a cronjob github action on triggering release syncing in the cvmfs repo ?

You have at the top the section

on:
  push:
  schedule:
    - cron:  '0 0 * * 0'

so one a week and on every push dirac-install.py and globalDefaults.cfg are updated

@atsareg

atsareg commented Mar 4, 2021

Copy link
Copy Markdown
Contributor

I mean regular (daily) invocation of the sync_packages.py script

@petricm

petricm commented Mar 8, 2021

Copy link
Copy Markdown
Author

The rest of the sync_packages.py code I have different plans how to automate it.

@petricm petricm merged commit 266747b into DIRACGrid:master Mar 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

globalDefaults.cfg : maintain in this repo, make sure it's uploaded

2 participants